🎖️GitЯра🎖️
Node / meshtastic / Meshtastic-Android / files / androidApp / src / main / res / xml / network_security_config.xml
Displaying Raw • Download
androidApp/src/main/res/xml/network_security_config.xml feat/cdm-presence-phase2-3 (40d5302f) Text, 805 B
Tff7b72<?xml version="1.0" encoding="utf-8"?>
Tff7b72<network-security-configTff7b72>
Tff7b72<base-config Te6edf3cleartextTrafficPermitted=Ta5d6ff"false"Tff7b72>
Tff7b72<trust-anchorsTff7b72>
T8b949e<!--
System anchors only. User-installed CAs used to be trusted here for self-hosted MQTT brokers
(#5365), but base-config applies to every TLS connection the app makes. mqtt-client 0.7.0 lets
that trust be scoped to the MQTT transports instead — see mqttTlsConfig() in :core:network.
-->
Tff7b72<certificates Te6edf3src=Ta5d6ff"system"Tff7b72/>
Tff7b72</trust-anchors>
Tff7b72</base-config>
Tff7b72<domain-config Te6edf3cleartextTrafficPermitted=Ta5d6ff"true"Tff7b72>
Tff7b72<domain Te6edf3includeSubdomains=Ta5d6ff"true"Tff7b72>127.0.0.1Tff7b72</domain>
Tff7b72<domain Te6edf3includeSubdomains=Ta5d6ff"true"Tff7b72>localhostTff7b72</domain>
Tff7b72</domain-config>
Tff7b72</network-security-config>
Served by rngit 1.5.0 - Generated in 0.08s